What is the best method to start understanding BIG project source code? [closed]
Posted
by
Mr.32
on Programmers
See other posts from Programmers
or by Mr.32
Published on 2011-10-18T06:15:19Z
Indexed on
2012/06/25
9:23 UTC
Read the original article
Hit count: 249
Possible Duplicate:
How do you dive into large code bases?
Sometimes before developing new products we need to understand some existing products or existing source code.
Sometimes to write another small module of that big project we need to understand that big source code.
In our case we need to study and understand a project with lots of files and folders. What is the easiest and most comfortable way to do it ? (especially for C and C++ and under Linux)
© Programmers or respective owner